home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / X11 / xclipboard.z / xclipboard
Text File  |  1998-10-20  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.      XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))      XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))       XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           xclipboard - X clipboard client
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           xxxxcccclllliiiippppbbbbooooaaaarrrrdddd [ -_t_o_o_l_k_i_t_o_p_t_i_o_n ... ] [ ----wwww ] [ ----nnnnwwww ]
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.           The _x_c_l_i_p_b_o_a_r_d program is used to collect and display text
  16.           selections that are sent to the CLIPBOARD by other clients.
  17.           It is typically used to save CLIPBOARD selections for later
  18.           use.  It stores each CLIPBOARD selection as a separate
  19.           string, each of which can be selected.  Each time CLIPBOARD
  20.           is asserted by another application, _x_c_l_i_p_b_o_a_r_d transfers the
  21.           contents of that selection to a new buffer and displays it
  22.           in the text window.  Buffers are never automatically
  23.           deleted, so you'll want to use the delete button to get rid
  24.           of useless items.
  25.  
  26.           Since _x_c_l_i_p_b_o_a_r_d uses a Text Widget to display the contents
  27.           of the clipboard, text sent to the CLIPBOARD may be re-
  28.           selected for use in other applications.  _x_c_l_i_p_b_o_a_r_d also
  29.           responds to requests for the CLIPBOARD selection from other
  30.           clients by sending the entire contents of the currently
  31.           displayed buffer.
  32.  
  33.           An _x_c_l_i_p_b_o_a_r_d window has the following buttons across the
  34.           top:
  35.  
  36.           _q_u_i_t    When this button is pressed, _x_c_l_i_p_b_o_a_r_d exits.
  37.  
  38.           _d_e_l_e_t_e  When this button is pressed, the current buffer is
  39.                   deleted and the next one displayed.
  40.  
  41.           _n_e_w     Creates a new buffer with no contents.  Useful in
  42.                   constructing a new CLIPBOARD selection by hand.
  43.  
  44.           _s_a_v_e    Displays a File Save dialog box.  Pressing the
  45.                   Accept button saves the currently displayed buffer
  46.                   to the file specified in the text field.
  47.  
  48.           _n_e_x_t    Displays the next buffer in the list.
  49.  
  50.           _p_r_e_v_i_o_u_s
  51.                   Displays the previous buffer.
  52.  
  53.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  54.           The _x_c_l_i_p_b_o_a_r_d program accepts all of the standard X Toolkit
  55.           command line options as well as the following:
  56.  
  57.           ----wwww      This option indicates that lines of text that are
  58.                   too long to be displayed on one line in the
  59.                   clipboard should wrap around to the following lines.
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))      XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))       XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))
  71.  
  72.  
  73.  
  74.           ----nnnnwwww     This option indicates that long lines of text should
  75.                   not wrap around.  This is the default behavior.
  76.  
  77.      WWWWIIIIDDDDGGGGEEEETTTTSSSS
  78.           In order to specify resources, it is useful to know the
  79.           hierarchy of the widgets which compose _x_c_l_i_p_b_o_a_r_d.  In the
  80.           notation below, indentation indicates hierarchical
  81.           structure.  The widget class name is given first, followed
  82.           by the widget instance name.
  83.  
  84.           XClipboard  xclipboard
  85.                Form  form
  86.                     Command  Quit
  87.                     Command  delete
  88.                     Command  new
  89.                     Command  Save
  90.                     Command  next
  91.                     Command  prev
  92.                     Label  index
  93.                     Text  text
  94.                TransientShell  fileDialogShell
  95.                     Dialog  fileDialog
  96.                          Label  label
  97.                          Command  accept
  98.                          Command  cancel
  99.                          Text value
  100.                TransientShell  failDialogShell
  101.                     Dialog  failDialog
  102.                          Label  label
  103.                          Command  continue
  104.  
  105.  
  106.      SSSSEEEENNNNDDDDIIIINNNNGGGG////RRRREEEETTTTRRRRIIIIEEEEVVVVIIIINNNNGGGG CCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD CCCCOOOONNNNTTTTEEEENNNNTTTTSSSS
  107.           Text is copied to the clipboard whenever a client asserts
  108.           ownership of the CCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD selection.  Text is copied from
  109.           the clipboard whenever a client requests the contents of the
  110.           CCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD selection.  Examples of event bindings that a user
  111.           may wish to include in a resource configuration file to use
  112.           the clipboard are:
  113.  
  114.           *VT100.Translations: #override \
  115.                <Btn3Up>:                select-end(CLIPBOARD) \n\
  116.                <Btn2Up>:                insert-selection(PRIMARY,CLIPBOARD) \n\
  117.                <Btn2Down>:              ignore ()
  118.  
  119.  
  120.  
  121.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  122.           X(1), xcutsel(1), xterm(1), individual client documentation
  123.           for how to make a selection and send it to the CLIPBOARD.
  124.  
  125.      EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT
  126.  
  127.  
  128.  
  129.      PPPPaaaaggggeeee 2222                                          ((((pppprrrriiiinnnntttteeeedddd 4444////33330000////99998888))))
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))      XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))       XXXXCCCCLLLLIIIIPPPPBBBBOOOOAAAARRRRDDDD((((1111))))
  137.  
  138.  
  139.  
  140.           DDDDIIIISSSSPPPPLLLLAAAAYYYY to get the default host and display number.
  141.  
  142.           XXXXEEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT
  143.                   to get the name of a resource file that overrides
  144.                   the global resources stored in the RESOURCE_MANAGER
  145.                   property.
  146.  
  147.      FFFFIIIILLLLEEEESSSS
  148.           <XRoot>/lib/X11/app-defaults/XClipboard - specifies required
  149.           resources
  150.  
  151.      AAAAUUUUTTTTHHHHOOOORRRR
  152.           Ralph R. Swick, DEC/MIT Project Athena
  153.           Chris D. Peterson, MIT X Consortium
  154.           Keith Packard, MIT X Consortium
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                                          (printed 4/30/98)
  196.  
  197.  
  198.  
  199.